scAdd
You can use thescAdd
TIB instruction to add a value to an address.
--> scParam1
Ptr
An address. --> scParam2
LongInt
The number to add to the address. DESCRIPTION
ThescAdd
instruction adds the long value inscParam2
to the address inscParam1
.